home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / default / gdomap < prev    next >
Encoding:
Text File  |  2010-12-29  |  978 b   |  28 lines

  1. # Bourne shell compatible script, sourced by /etc/init.d/gdomap to set
  2. # additional arguments for gdomap.
  3. #
  4. #
  5. # The GNU Distributed Objects name server accepts the options:
  6. # -C        help about configuration
  7. # -H        general help
  8. # -I        pid file to write pid
  9. # -L name        perform lookup for name then quit.
  10. # -M name        machine name for -L and -N
  11. # -N        list all names registered on host
  12. # -P number    port number required for R option.
  13. # -R name        register name locally then quit.
  14. # -T type        port type for L, R and U options -
  15. #        tcp_gdo, udp_gdo,
  16. #        tcp_foreign, udp_foreign.
  17. # -U name        unregister name locally then quit.
  18. # -a file        use config file for interface list.
  19. # -c file        use config file for probe.
  20. # -d        extra debug logging (normally via syslog).
  21. # -f        avoid fork() to make debugging easy
  22. # -i seconds    re-probe at this interval (roughly), min 60
  23. # -p        disable probing for other servers
  24. #
  25. # Kill with SIGUSR1 to obtain a dump of all known peers in /tmp/gdomap.dump
  26. #
  27. GDOMAP_ARGS="-p"
  28.